Call Forwarding Feature Flags
The directory number structure contains, in theforwardFlags
field, a set of bit flags indicating the call forwarding capabilities of a directory number. A given feature can be subscribed, available, or active.
enum { immediateForwardSub = 1L << 0, immediateForwardAvail = 1L << 1, immediateForwardActive = 1L << 2, busyForwardSub = 1L << 3, busyForwardAvail = 1L << 4, busyForwardActive = 1L << 5, noAnswerForwardSub = 1L << 6, noAnswerForwardAvail = 1L << 7, noAnswerForwardActive = 1L << 8, busyNAForwardSub = 1L << 9, busyNAForwardAvail = 1L << 10, busyNAForwardActive = 1L << 11 };Constant descriptions
immediateForwardSub
- If this bit is set, the Immediate Call Forwarding feature is subscribed.
immediateForwardAvail
- If this bit is set, the Immediate Call Forwarding feature is available.
immediateForwardActive
- If this bit is set, the Immediate Call Forwarding feature is active.
busyForwardSub
- If this bit is set, the Forward On Busy feature is subscribed.
busyForwardAvail
- If this bit is set, the Forward On Busy feature is available.
busyForwardActive
- If this bit is set, the Forward On Busy feature is active.
noAnswerForwardSub
- If this bit is set, the Forward On No Answer feature is subscribed.
noAnswerForwardAvail
- If this bit is set, the Forward On No Answer feature is available.
noAnswerForwardActive
- If this bit is set, the Forward On No Answer feature is active.
busyNAForwardSub
- If this bit is set, the Forward On Busy And No Answer feature is subscribed.
busyNAForwardAvail
- If this bit is set, the Forward On Busy And No Answer feature is available.
busyNAForwardActive
- If this bit is set, the Forward On Busy And No Answer feature is active.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help